home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / basic / comndlgs.zip / DIALOGS.FRM (.txt) < prev    next >
Visual Basic Form  |  1992-07-25  |  6KB  |  143 lines

  1. Dialogs
  2. Common Dialogs Made in VB
  3. wwwwwwwwwwwwww
  4. wwwwwwwwwwwwww
  5. wwwwwwwwwwwwww
  6. wwwwwwwwwwwwww
  7. wwwwwwwwwwwwww
  8. wwwwwwwwwwwwww
  9. wwwwwwwwwwwwww
  10. wwwpww
  11. wwwwp
  12. wwwwwwww
  13. wwwwwwwwwwwwww
  14. wwwwwwwwwwwwww
  15. wwwwwwwwwwwwww
  16. wwwwwwwwwwwwww
  17. Form1+
  18. mnuDemo
  19. &Demo
  20. mnuFOpen
  21. File &Open
  22. mnuFSave
  23. File &Save
  24. mnuFonts
  25. &Fonts
  26. mnuPrinter
  27. &Printer
  28. _    mnuPSetup
  29. Printer Setup
  30. mnuPDoc
  31. Print Doc Setup
  32. a    mnuColors
  33. &Colors
  34. mnuSep
  35. mnuExit
  36. E&xit
  37. mnuFonts_Click>
  38. PFonts
  39. Dialogs
  40. FError
  41. mnuPSetup_Click
  42. Result
  43. PSetup
  44. PError
  45. mnuPDoc_Click
  46. PPrinter    
  47. mnuFSave_Click
  48.     PFileSave
  49. mnuExit_Click9
  50. mnuFOpen_Clickt
  51.     PFileOpen
  52. mnuColors_Click
  53. PColors
  54. CErrory
  55. CmdError
  56. Flags
  57. CC_RGBINIT
  58. CC_FULLOPEN
  59. Filter
  60. Title
  61. Index
  62. Filter1
  63. Filter2
  64. szFilter
  65. szInitialDirJ
  66. szTitle)
  67. OFN_FILEMUSTEXIST
  68. OFN_HIDEREADONLY
  69. OFN_PATHMUSTEXIST
  70. FileMask
  71. FontTypeh
  72. CF_SCREENFONTS
  73. CF_EFFECTS
  74. SCREEN_FONTTYPE
  75. FromPage
  76. ToPage
  77. FPage
  78. TPage
  79. Copies
  80. PD_RETURNIC
  81. PD_HIDEPRINTTOFILE
  82. PD_NOSELECTION
  83. PD_PRINTSETUP
  84.  Demo for accessing Win 3.1 Common Dialogs
  85.  Author: Costas Kitsos, CIS 73667,1755
  86.  Revision: 1.00.00, July 4 19926
  87.  Modified: L.J. Johnson, CIS 70700,1334
  88.  Revision: 1.10.00, July 25 1992
  89. mnuFonts_Click
  90.  Res% = 0 means everything OK-
  91.  Res% = 1 means couldn't allocate global memory-
  92.  Res% = 2 means couldn't lock global memorym
  93.  Res% = 3 means had error returned from common dialog 
  94.  FError& tells you WHAT error if Res% = 3o
  95. DIALOGS"
  96. mnuPSetup_Click
  97.  Res% = 0 means everything OK-
  98.  Res% = 1 means some error from printer common dialog 
  99.  Res% = 2 means no DeviceModeo
  100.  Res% = 3 means couldn't get address of GlobalLock
  101.  PError& tells you WHAT error if Res% = 1l
  102. DIALOGS"
  103. mnuPDoc_Click
  104.  Res% = 0 means everything OK-
  105.  Res% = 1 means some error from printer common dialog 
  106.  Res% = 2 means no DeviceModeo
  107.  Res% = 3 means couldn't get address of GlobalLock
  108.  PError& tells you WHAT error if Res% = 1l
  109. DIALOGS"
  110. mnuFSave_Click
  111.  Res% = 0 means everything OK-
  112.  Res% = 1 means couldn't allocate global memory-
  113.  Res% = 2 means couldn't lock global memorym
  114.  Res% = 3 means had error returned from common dialog 
  115.  FError& tells you WHAT error if Res% = 3o
  116. VB Files
  117. *.frm;*.bas;*.mak"
  118. Text Files
  119. *.txt;*.doc"
  120. untitled.frm
  121. MyApp's File Save"
  122. DIALOGS"
  123. mnuExit_Click
  124. mnuFOpen_Click
  125.  Res% = 0 means everything OK-
  126.  Res% = 1 means couldn't allocate global memory-
  127.  Res% = 2 means couldn't lock global memorym
  128.  Res% = 3 means had error returned from common dialog 
  129.  FError& tells you WHAT error if Res% = 3o
  130. VB Files
  131. *.frm;*.bas;*.mak"
  132. Text Files
  133. *.txt;*.doc"
  134. MyApp's File Open"
  135. DIALOGS"
  136. mnuColors_Click
  137.  Res% = 0 means everything OK-
  138.  Res% = 1 means couldn't allocate global memory-
  139.  Res% = 2 means couldn't lock global memorym
  140.  Res% = 3 means had error returned from common dialog 
  141.  CError& tells you WHAT error if Res% = 3o
  142. DIALOGS"
  143.